-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate nonlocal games #1596 task1 classical #1710
Migrate nonlocal games #1596 task1 classical #1710
Conversation
…ithub.com/ggridin/qsharp into MigrateNonlocalGames-1596-task1-classical
katas/content/nonlocal_games/chsh_classical_win_condition/Placeholder.qs
Outdated
Show resolved
Hide resolved
katas/content/nonlocal_games/chsh_classical_win_condition/solution.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. I some comments, mostly nitpicks with one major change to remove the current kata from index.json
list. We add it once kata is ready to publish :-)
katas/content/nonlocal_games/chsh_classical_win_condition/solution.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your patience with my review!
Looks good overall! I didn't realize that we can just have two functions in the task without any issues. This used to not be the case in the Jupyter notebook version of the katas, so I didn't even think about that in the modern katas - I'm glad you discovered that rather than do my proposed tuples approach!
I left some comments, formatting and phrasing.
Thank you!
katas/content/nonlocal_games/chsh_classical_win_condition/Verification.qs
Outdated
Show resolved
Hide resolved
katas/content/nonlocal_games/chsh_classical_win_condition/Verification.qs
Show resolved
Hide resolved
katas/content/nonlocal_games/chsh_classical_win_condition/solution.md
Outdated
Show resolved
Hide resolved
katas/content/nonlocal_games/chsh_classical_strategy/solution.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
…fication.qs Co-authored-by: Mariia Mykhailova <[email protected]>
…tion.md Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
Co-authored-by: Mariia Mykhailova <[email protected]>
…ion.qs Co-authored-by: Mariia Mykhailova <[email protected]>
katas/content/nonlocal_games/chsh_classical_win_condition/solution.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just one tiny formatting suggestion I missed on the previous iteration. (And the two comments from the previous iteration, I missed that they're not resolved yet)
Thank you!
Co-authored-by: Mariia Mykhailova <[email protected]>
The link to the issue: #1596
This pull requests is covering
Other PRs will follow after this commit.
Details of this PR:
Context is (mostly) copied from previous version QuantumKatas.
Testing done:
0. Build "python ./build.py --npm" is successful